home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
doom
/
ldhe-src.0
/
ldhe-src
/
dehacked
/
source
/
linux_text.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-31
|
710b
|
33 lines
// Function prototypes for functions from linux_text.cpp
void lnx_loadtxt(char *buffer, int *len, int *nobjs, FILE *fp);
void lnx_writetxt(FILE *fp);
void lnx_savetxt(char *textorigp, char *textdatap, int len, FILE *patchp);
EBool lnx_matchtxt(char *textdatap, int len, char *string, int *offset);
struct string_struct {
long offset;
int length;
char **text;
int nstrings;
};
extern struct string_struct lnx_strings[];
enum {
MESSAGES1_TEXT,
MESSAGES2_TEXT,
MESSAGES3_TEXT,
LEVELEND_TEXT,
TEXTURE_NAMES,
MONSTER_NAMES,
OPTIONS1_TEXT,
OPTIONS2_TEXT,
LEVEL_NAMES,
SPRITE_NAMES,
SOUND_NAMES,
CHEAT_TEXT,
};
#define LNX_NTEXTSEGS 12
extern EBool Lnx_DOOM; // If we're hacking Linux DOOM!